home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / Hellcats FlightRecorder / FlightRecorder.h < prev    next >
Text File  |  1993-06-17  |  503b  |  26 lines

  1.  
  2. #define _GetNextEvent 0xA970
  3. #include <movies.h>
  4. #include <imagecompression.h>
  5.  
  6. /* If this structure changes, GetStoragePtr must also be changed */
  7. typedef struct {
  8.     long    gneLink;
  9.     Handle    code;
  10.     short    ref;
  11.     short    fCount;
  12.     ImageDescriptionHandle imageDesc;
  13.     Handle    compressBuff;
  14.     Track    track;
  15.     Movie    movie;
  16.     Media    media;
  17. } storage;
  18.  
  19. storage *GetStoragePtr(void);
  20.  
  21. /* Spell out Leyte Gulf in hex, including length byte */
  22. #define lg1    0x0a4C6579
  23. #define lg2 0x74652047
  24. #define lg3 0x756c
  25. #define lg4 0x66
  26.